home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / typeof < prev    next >
Text File  |  2001-04-06  |  316b  |  14 lines

  1. SYNOPSIS
  2.         int typeof(mixed)
  3.  
  4. DESCRIPTION
  5.         Returns a code for the type of the argument, as defined in
  6.         <sys/lpctypes.h>
  7.  
  8. HISTORY
  9.         Introduced in 3.2@63
  10.  
  11. SEE ALSO
  12.         get_type_info(E), intp(E), objectp(E), floatp(E), pointerp(E),
  13.         closurep(E), symbolp(E), stringp(E), mappingp(E)
  14.